home *** CD-ROM | disk | FTP | other *** search
/ AMP Graphics Collection / AMP Graphics Collection.iso / menu / graph32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-05-29  |  1KB  |  68 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 253
  7.   ClientWidth = 329
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 313
  19.     Height = 201
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     Color = clWhite
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 297
  28.       Height = 185
  29.       Picture.Data = {<image000.bmp>}
  30.       IsControl = True
  31.     end
  32.     object ProductName: TLabel
  33.       Left = 160
  34.       Top = 56
  35.       Width = 135
  36.       Height = 41
  37.       Alignment = taRightJustify
  38.       AutoSize = False
  39.       Caption = 'A.M.P. Graphics Collection version 1.00'
  40.       Transparent = True
  41.       IsControl = True
  42.     end
  43.     object Copyright: TLabel
  44.       Left = 176
  45.       Top = 152
  46.       Width = 121
  47.       Height = 33
  48.       Hint = 'TWAiN PAiN!'
  49.       Alignment = taRightJustify
  50.       AutoSize = False
  51.       Caption = 'Copyright (c) 1997 Written by Alex Paalvast'
  52.       Transparent = True
  53.       OnClick = CopyrightClick
  54.       IsControl = True
  55.     end
  56.   end
  57.   object OKButton: TButton
  58.     Left = 127
  59.     Top = 220
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 1
  66.   end
  67. end
  68.